home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Eagles Nest BBS 5
/
Eagles_Nest_Mac_Collection_Disc_5.TOAST
/
7th-College
/
LearnGe105#1
/
English_German I 1.05
/
card_360189.txt
< prev
next >
Wrap
Text File
|
1990-01-05
|
3KB
|
162 lines
-- card: 360189 from stack: in.05
-- bmap block id: 360227
-- flags: 0000
-- background id: 13313
-- name:
----- HyperTalk script -----
on arrowKey direction
if direction is "left" then go previous card
else go next card
end arrowKey
-- part 1 (button)
-- low flags: 00
-- high flags: A004
-- rect: left=71 top=151 right=179 bottom=128
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Options
----- HyperTalk script -----
on mouseUp
go card ID 6699
end mouseUp
-- part 2 (button)
-- low flags: 00
-- high flags: A004
-- rect: left=71 top=188 right=216 bottom=129
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Words
----- HyperTalk script -----
on mouseUp
global A,B,C,D
global minNounID,minAdjID,minExpID
global minVerbID
if A then
go card ID minNounID
else
if B then
go card ID minAdjID
else
if C then
go card ID minExpID
else
if D then
go card ID minVerbID
end if
end if
end if
end if
end mouseUp
-- part 3 (button)
-- low flags: 00
-- high flags: 2004
-- rect: left=98 top=225 right=253 bottom=129
-- title width / last selected line: 0
-- icon id / first selected line: 1012 / 1012
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Return
----- HyperTalk script -----
on mouseUp
go back
end mouseUp
-- part 4 (button)
-- low flags: 00
-- high flags: 0004
-- rect: left=98 top=262 right=290 bottom=129
-- title width / last selected line: 0
-- icon id / first selected line: 1014 / 1014
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: next card
----- HyperTalk script -----
on mouseUp
go previous card of this background
end mouseUp
-- part 5 (button)
-- low flags: 00
-- high flags: 0004
-- rect: left=98 top=299 right=327 bottom=129
-- title width / last selected line: 0
-- icon id / first selected line: 1013 / 1013
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: next card
----- HyperTalk script -----
on mouseUp
go next card of this background
end mouseUp
-- part 8 (button)
-- low flags: 00
-- high flags: 0004
-- rect: left=440 top=44 right=75 bottom=471
-- title width / last selected line: 0
-- icon id / first selected line: 1014 / 1014
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: prev card
----- HyperTalk script -----
on mouseUp
go previous card of this background
end mouseUp
-- part 9 (button)
-- low flags: 00
-- high flags: 0004
-- rect: left=472 top=44 right=75 bottom=502
-- title width / last selected line: 0
-- icon id / first selected line: 1013 / 1013
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: next card
----- HyperTalk script -----
on mouseUp
go next card of this background
end mouseUp